home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / moustron / Mousotronsetup.exe / {app} / Mousotron.exe / .rsrc / RCDATA / TFRMPROPERTIES / TFRMPROPERTIES.txt
Encoding:
Text File  |  2004-04-07  |  12.2 KB  |  575 lines

  1. object frmproperties: Tfrmproperties
  2.   Left = 375
  3.   Top = 216
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Mousotron Pro Setup'
  7.   ClientHeight = 307
  8.   ClientWidth = 230
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object btnOK: TButton
  22.     Left = 5
  23.     Top = 277
  24.     Width = 70
  25.     Height = 25
  26.     Caption = 'OK'
  27.     ModalResult = 1
  28.     TabOrder = 0
  29.     OnClick = btnOKClick
  30.   end
  31.   object btnCancel: TButton
  32.     Left = 152
  33.     Top = 277
  34.     Width = 71
  35.     Height = 25
  36.     Caption = 'Cancel'
  37.     ModalResult = 2
  38.     TabOrder = 1
  39.   end
  40.   object PageControl1: TPageControl
  41.     Left = 4
  42.     Top = 3
  43.     Width = 221
  44.     Height = 270
  45.     ActivePage = TabSheet4
  46.     MultiLine = True
  47.     TabIndex = 3
  48.     TabOrder = 2
  49.     object TabSheet1: TTabSheet
  50.       Caption = 'General'
  51.       object lblMonitor: TLabel
  52.         Left = 3
  53.         Top = 7
  54.         Width = 35
  55.         Height = 13
  56.         Caption = 'Monitor'
  57.       end
  58.       object lblDistance: TLabel
  59.         Left = 2
  60.         Top = 30
  61.         Width = 24
  62.         Height = 13
  63.         Caption = 'Units'
  64.       end
  65.       object lblResol: TLabel
  66.         Left = 2
  67.         Top = 170
  68.         Width = 59
  69.         Height = 13
  70.         Caption = 'Resolution : '
  71.       end
  72.       object lblResolution: TLabel
  73.         Left = 116
  74.         Top = 170
  75.         Width = 3
  76.         Height = 13
  77.       end
  78.       object lblOrientation: TLabel
  79.         Left = 2
  80.         Top = 54
  81.         Width = 51
  82.         Height = 13
  83.         Caption = 'Orientation'
  84.       end
  85.       object lblDigits: TLabel
  86.         Left = 2
  87.         Top = 78
  88.         Width = 26
  89.         Height = 13
  90.         Caption = 'Digits'
  91.       end
  92.       object lblLanguage: TLabel
  93.         Left = 2
  94.         Top = 102
  95.         Width = 48
  96.         Height = 13
  97.         Caption = 'Language'
  98.       end
  99.       object lblTransparent: TLabel
  100.         Left = 2
  101.         Top = 126
  102.         Width = 57
  103.         Height = 13
  104.         Caption = 'Transparent'
  105.       end
  106.       object lblBG: TLabel
  107.         Left = 3
  108.         Top = 149
  109.         Width = 60
  110.         Height = 13
  111.         Caption = 'BackGround'
  112.       end
  113.       object lblInch: TLabel
  114.         Left = 140
  115.         Top = 6
  116.         Width = 31
  117.         Height = 13
  118.         Caption = 'lblInch'
  119.       end
  120.       object ComboBox2: TComboBox
  121.         Left = 68
  122.         Top = 26
  123.         Width = 125
  124.         Height = 21
  125.         Style = csDropDownList
  126.         ItemHeight = 13
  127.         TabOrder = 0
  128.         Items.Strings = (
  129.           'Metric system'
  130.           'English system')
  131.       end
  132.       object btnStartup: TCheckBox
  133.         Left = 3
  134.         Top = 206
  135.         Width = 162
  136.         Height = 17
  137.         Caption = 'Run on Startup'
  138.         TabOrder = 1
  139.       end
  140.       object btnTop: TCheckBox
  141.         Left = 3
  142.         Top = 186
  143.         Width = 162
  144.         Height = 17
  145.         Caption = 'Always on Top'
  146.         TabOrder = 2
  147.       end
  148.       object ComboBox3: TComboBox
  149.         Left = 68
  150.         Top = 50
  151.         Width = 125
  152.         Height = 21
  153.         Style = csDropDownList
  154.         ItemHeight = 13
  155.         TabOrder = 3
  156.         OnChange = ComboBox3Change
  157.         Items.Strings = (
  158.           'Horizontal'
  159.           'Vertical')
  160.       end
  161.       object ComboBox4: TComboBox
  162.         Left = 68
  163.         Top = 74
  164.         Width = 125
  165.         Height = 21
  166.         Style = csDropDownList
  167.         ItemHeight = 13
  168.         TabOrder = 4
  169.         Items.Strings = (
  170.           '6'
  171.           '7'
  172.           '8'
  173.           '9'
  174.           '10')
  175.       end
  176.       object ComboBox5: TComboBox
  177.         Left = 68
  178.         Top = 98
  179.         Width = 125
  180.         Height = 21
  181.         Style = csDropDownList
  182.         ItemHeight = 13
  183.         TabOrder = 5
  184.         OnChange = ComboBox5Change
  185.         Items.Strings = (
  186.           'English / Anglais'
  187.           'Dutch / Nederlands'
  188.           'German / Deutsch'
  189.           'Spanish / Espa'#241'ol'
  190.           'French / Fran'#231'ais'
  191.           'Swedish / Svenska'
  192.           'Norwegian / Norge'
  193.           'Portuguese / Portugu'#234's')
  194.       end
  195.       object ComboBox6: TComboBox
  196.         Left = 68
  197.         Top = 122
  198.         Width = 125
  199.         Height = 21
  200.         Style = csDropDownList
  201.         ItemHeight = 13
  202.         TabOrder = 6
  203.         OnChange = ComboBox5Change
  204.         Items.Strings = (
  205.           '0 %'
  206.           '25 %'
  207.           '50 %'
  208.           '75 %')
  209.       end
  210.       object cbxBG: TComboBox
  211.         Left = 68
  212.         Top = 146
  213.         Width = 125
  214.         Height = 21
  215.         Style = csDropDownList
  216.         ItemHeight = 13
  217.         TabOrder = 7
  218.         Items.Strings = (
  219.           'No Colors'
  220.           'Fixed Colors'
  221.           'Slow moving Colors'
  222.           'Medium moving Colors'
  223.           'Fast Moving Colors')
  224.       end
  225.       object edtMonitorSize: TRxSpinEdit
  226.         Left = 68
  227.         Top = 3
  228.         Width = 65
  229.         Height = 21
  230.         Alignment = taCenter
  231.         Decimal = 1
  232.         Increment = 0.100000000000000000
  233.         MaxValue = 50
  234.         MinValue = 9
  235.         ValueType = vtFloat
  236.         Value = 17
  237.         TabOrder = 8
  238.       end
  239.     end
  240.     object TabSheet2: TTabSheet
  241.       Caption = 'Displayed Items'
  242.       ImageIndex = 1
  243.       object Bevel3: TBevel
  244.         Left = 8
  245.         Top = 8
  246.         Width = 193
  247.         Height = 193
  248.       end
  249.       object chkDistance: TCheckBox
  250.         Left = 13
  251.         Top = 35
  252.         Width = 161
  253.         Height = 20
  254.         Caption = 'Cursor Distance'
  255.         Checked = True
  256.         State = cbChecked
  257.         TabOrder = 0
  258.         OnClick = chkDistanceClick
  259.       end
  260.       object CheckBox2: TCheckBox
  261.         Left = 13
  262.         Top = 59
  263.         Width = 153
  264.         Height = 20
  265.         Caption = 'Keystrokes'
  266.         Checked = True
  267.         State = cbChecked
  268.         TabOrder = 1
  269.         OnClick = chkDistanceClick
  270.       end
  271.       object CheckBox3: TCheckBox
  272.         Left = 13
  273.         Top = 83
  274.         Width = 161
  275.         Height = 20
  276.         Caption = 'Left Button Clicks'
  277.         Checked = True
  278.         State = cbChecked
  279.         TabOrder = 2
  280.         OnClick = chkDistanceClick
  281.       end
  282.       object CheckBox4: TCheckBox
  283.         Left = 13
  284.         Top = 107
  285.         Width = 161
  286.         Height = 20
  287.         Caption = 'Right Button Clicks'
  288.         Checked = True
  289.         State = cbChecked
  290.         TabOrder = 3
  291.         OnClick = chkDistanceClick
  292.       end
  293.       object CheckBox5: TCheckBox
  294.         Left = 13
  295.         Top = 131
  296.         Width = 161
  297.         Height = 20
  298.         Caption = 'Middle Button Clicks'
  299.         Checked = True
  300.         State = cbChecked
  301.         TabOrder = 4
  302.         OnClick = chkDistanceClick
  303.       end
  304.       object CheckBox6: TCheckBox
  305.         Left = 13
  306.         Top = 155
  307.         Width = 161
  308.         Height = 20
  309.         Caption = 'Double Clicks'
  310.         Checked = True
  311.         State = cbChecked
  312.         TabOrder = 5
  313.         OnClick = chkDistanceClick
  314.       end
  315.       object chktime: TCheckBox
  316.         Left = 13
  317.         Top = 13
  318.         Width = 161
  319.         Height = 17
  320.         Caption = 'Time Running'
  321.         Checked = True
  322.         State = cbChecked
  323.         TabOrder = 6
  324.       end
  325.       object chkWheel: TCheckBox
  326.         Left = 13
  327.         Top = 179
  328.         Width = 161
  329.         Height = 20
  330.         Caption = 'Mouse Wheel Scrolls'
  331.         Checked = True
  332.         State = cbChecked
  333.         TabOrder = 7
  334.         OnClick = chkDistanceClick
  335.       end
  336.     end
  337.     object TabSheet3: TTabSheet
  338.       Caption = 'Time Logging'
  339.       ImageIndex = 2
  340.       object Bevel1: TBevel
  341.         Left = 8
  342.         Top = 8
  343.         Width = 193
  344.         Height = 113
  345.       end
  346.       object Bevel2: TBevel
  347.         Left = 8
  348.         Top = 128
  349.         Width = 193
  350.         Height = 65
  351.       end
  352.       object Label1: TLabel
  353.         Left = 8
  354.         Top = 200
  355.         Width = 32
  356.         Height = 13
  357.         Caption = 'Label1'
  358.       end
  359.       object Label2: TLabel
  360.         Left = 128
  361.         Top = 136
  362.         Width = 67
  363.         Height = 13
  364.         Caption = 'Mousotron.log'
  365.       end
  366.       object chklog: TCheckBox
  367.         Left = 16
  368.         Top = 136
  369.         Width = 105
  370.         Height = 17
  371.         Caption = 'Log Every Day'
  372.         TabOrder = 3
  373.       end
  374.       object btnRunning: TRadioButton
  375.         Tag = 129
  376.         Left = 16
  377.         Top = 16
  378.         Width = 169
  379.         Height = 17
  380.         Caption = 'Show Only Running Time'
  381.         Checked = True
  382.         TabOrder = 0
  383.         TabStop = True
  384.         OnClick = btnTotalClick
  385.       end
  386.       object btnTotal: TRadioButton
  387.         Tag = 129
  388.         Left = 16
  389.         Top = 88
  390.         Width = 177
  391.         Height = 17
  392.         Caption = 'Show Total Time'
  393.         TabOrder = 1
  394.         OnClick = btnTotalClick
  395.       end
  396.       object Panel1: TPanel
  397.         Left = 32
  398.         Top = 34
  399.         Width = 161
  400.         Height = 49
  401.         Caption = 'Panel1'
  402.         TabOrder = 2
  403.         object btnHistory: TRadioButton
  404.           Tag = 745
  405.           Left = 8
  406.           Top = 8
  407.           Width = 145
  408.           Height = 17
  409.           Caption = 'Since Last Reset'
  410.           Checked = True
  411.           TabOrder = 0
  412.           TabStop = True
  413.         end
  414.         object btnStart: TRadioButton
  415.           Tag = 745
  416.           Left = 8
  417.           Top = 24
  418.           Width = 145
  419.           Height = 17
  420.           Caption = 'Since Last Start'
  421.           TabOrder = 1
  422.         end
  423.       end
  424.       object btnViewFile: TButton
  425.         Left = 112
  426.         Top = 160
  427.         Width = 81
  428.         Height = 25
  429.         Caption = 'Show Logfile'
  430.         TabOrder = 4
  431.         OnClick = btnViewFileClick
  432.       end
  433.       object btnLogNow: TButton
  434.         Left = 16
  435.         Top = 160
  436.         Width = 81
  437.         Height = 25
  438.         Caption = 'Log Now'
  439.         TabOrder = 5
  440.         OnClick = btnLogNowClick
  441.       end
  442.     end
  443.     object TabSheet4: TTabSheet
  444.       Caption = 'Data Upload'
  445.       ImageIndex = 3
  446.       object Bevel5: TBevel
  447.         Left = 8
  448.         Top = 160
  449.         Width = 193
  450.         Height = 57
  451.       end
  452.       object Bevel4: TBevel
  453.         Left = 8
  454.         Top = 8
  455.         Width = 193
  456.         Height = 145
  457.       end
  458.       object lblAlias: TLabel
  459.         Left = 17
  460.         Top = 18
  461.         Width = 22
  462.         Height = 13
  463.         Caption = 'Alias'
  464.       end
  465.       object Label4: TLabel
  466.         Left = 16
  467.         Top = 80
  468.         Width = 22
  469.         Height = 13
  470.         Caption = 'URL'
  471.       end
  472.       object lblSend: TLabel
  473.         Left = 16
  474.         Top = 192
  475.         Width = 54
  476.         Height = 13
  477.         Caption = 'Send every'
  478.       end
  479.       object lblMinutes: TLabel
  480.         Left = 144
  481.         Top = 192
  482.         Width = 37
  483.         Height = 13
  484.         Caption = 'Minutes'
  485.       end
  486.       object lblComment: TLabel
  487.         Left = 17
  488.         Top = 42
  489.         Width = 44
  490.         Height = 13
  491.         Caption = 'Comment'
  492.       end
  493.       object chkenable: TCheckBox
  494.         Left = 15
  495.         Top = 168
  496.         Width = 185
  497.         Height = 17
  498.         Caption = 'Enable Automatic Data Upload'
  499.         TabOrder = 3
  500.       end
  501.       object edtAlias: TEdit
  502.         Left = 56
  503.         Top = 16
  504.         Width = 137
  505.         Height = 21
  506.         MaxLength = 16
  507.         TabOrder = 0
  508.         Text = 'Rookie'
  509.       end
  510.       object edtURL: TEdit
  511.         Left = 16
  512.         Top = 96
  513.         Width = 177
  514.         Height = 21
  515.         PopupMenu = PopupMenu1
  516.         TabOrder = 1
  517.         Text = 'http://blacksun.3ts.be/mouse.php'
  518.       end
  519.       object RxSpinEdit1: TRxSpinEdit
  520.         Left = 80
  521.         Top = 188
  522.         Width = 57
  523.         Height = 21
  524.         MaxValue = 1440
  525.         MinValue = 1
  526.         Value = 15
  527.         TabOrder = 2
  528.       end
  529.       object btnSend: TButton
  530.         Left = 16
  531.         Top = 123
  532.         Width = 75
  533.         Height = 25
  534.         Caption = 'Send Now !'
  535.         TabOrder = 4
  536.         OnClick = btnSendClick
  537.       end
  538.       object btnBrowse: TButton
  539.         Left = 119
  540.         Top = 123
  541.         Width = 75
  542.         Height = 25
  543.         Caption = 'View Results'
  544.         TabOrder = 5
  545.         OnClick = btnBrowseClick
  546.       end
  547.       object edtComment: TEdit
  548.         Left = 16
  549.         Top = 56
  550.         Width = 177
  551.         Height = 21
  552.         MaxLength = 48
  553.         TabOrder = 6
  554.       end
  555.     end
  556.   end
  557.   object Button1: TButton
  558.     Left = 79
  559.     Top = 277
  560.     Width = 70
  561.     Height = 25
  562.     Caption = 'Apply'
  563.     TabOrder = 3
  564.     OnClick = btnOKClick
  565.   end
  566.   object PopupMenu1: TPopupMenu
  567.     Left = 160
  568.     Top = 112
  569.     object Reset1: TMenuItem
  570.       Caption = 'Reset URL'
  571.       OnClick = Reset1Click
  572.     end
  573.   end
  574. end
  575.